home *** CD-ROM | disk | FTP | other *** search
/ Liberation Day / Liberation Day.bin / GLOBALS / GAMEINFO.MDB / Player Tactical Units destroyed.json < prev    next >
JavaScript Object Notation  |  1997-12-13  |  198b

  1. {
  2.     "schema": {
  3.         "Counter": "Long Integer",
  4.         "Player": "Long Integer NOT NULL",
  5.         "Unit Type": "Long Integer NOT NULL",
  6.         "Number": "Long Integer NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "Counter": 1,
  11.             "Player": 0,
  12.             "Unit Type": 1,
  13.             "Number": 5
  14.         }
  15.     ]
  16. }